type flag.uint64Value
8 uses
flag (current package)
flag.go#L202: type uint64Value uint64
flag.go#L204: func newUint64Value(val uint64, p *uint64) *uint64Value {
flag.go#L206: return (*uint64Value)(p)
flag.go#L209: func (i *uint64Value) Set(s string) error {
flag.go#L214: *i = uint64Value(v)
flag.go#L218: func (i *uint64Value) Get() any { return uint64(*i) }
flag.go#L220: func (i *uint64Value) String() string { return strconv.FormatUint(uint64(*i), 10) }
flag.go#L500: case *uintValue, *uint64Value:
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)